home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / m4-1_0_3.lha / m4-1.0.3 / examples / sync-lines.m4 < prev    next >
Text File  |  1989-12-22  |  286b  |  12 lines

  1. # Several input lines, expanding to one
  2. define(`foo', ``foo' line one.
  3. `foo' line two.
  4. `foo' line three.') xyz
  5. foo
  6. # Several input lines, expanding to none
  7. define(`foo', ``foo' line one.
  8. `foo' line two.
  9. `foo' line three.')dnl
  10. # one input line, expanding to several output lines
  11. foo foo
  12.